home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SC.018.StdFile / PStdFile.make < prev    next >
Encoding:
Text File  |  1991-10-09  |  965 b   |  47 lines  |  [TEXT/MPS ]

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Standard File Sample Application
  5. #
  6. #    StdFile
  7. #
  8. #    PStdFile.make    -    Make Source
  9. #
  10. #    Copyright © 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    
  14. #                1.00                04/89
  15. #                2.0                    05/90
  16. #
  17. #    Components:
  18. #                StdFile.c            April 1, 1989
  19. #                StdFile.p            April 1, 1989
  20. #                StdFile.h            April 1, 1988
  21. #                StdFile.r            April 1, 1988
  22. #                StdFile.rsrc        April 1, 1988
  23. #                CStdFile.make        April 1, 1989
  24. #                PStdFile.make        April 1, 1988
  25. #
  26. #   Target:     PStdFile
  27. #   Sources:    StdFile.p StdFile.r
  28.  
  29.  
  30. PStdFile ƒƒ PStdFile.make StdFile.r
  31.     Rez StdFile.r -append -d AppName='"PStdFile"' -o PStdFile
  32.  
  33. PStdFile ƒƒ PStdFile.make StdFile.p.o
  34.     Link -w -t APPL -c sc18         ∂
  35.         StdFile.p.o                    ∂
  36.         "{Libraries}"Runtime.o        ∂
  37.         "{Libraries}"Interface.o    ∂
  38.         "{PLibraries}"PasLib.o         ∂
  39.         "{Libraries}"ToolLibs.o        ∂
  40.         -o PStdFile
  41.         SetFile PStdFile -t APPL -c sc18 -a B
  42.         
  43. StdFile.p.o ƒ PStdFile.make StdFile.p
  44.      Pascal  StdFile.p
  45.  
  46.  
  47.